home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / frontpag / setup / data.1 / ansi-gen < prev    next >
Text File  |  1996-04-18  |  3KB  |  225 lines

  1. #  ansi-gen
  2. #
  3. #  From the rtf distribution.   Required at run-time by the rtf2html
  4. #  translator
  5. #  $Id: ansi-gen,v 1.1.1.1 1995/03/17 00:12:38 stuart Exp $
  6.  
  7.  
  8. # RTF ANSI character set (\ansi) general map
  9. # These are taken from the ISO-Latin-1 (ISO-8859-1) encodings, with
  10. # a few additions
  11.  
  12. # Field 1 is the standard character name which the character value in
  13. # field 2 maps onto.  (It doesn't mean "to produce the character in field 1,
  14. # use the value in field 2.)
  15.  
  16. # The character value may be given either as a single character (which will be
  17. # converted to the ASCII value of the character), or in numeric format, either
  18. # in decimal or 0xyy as hex yy.  Single or double quotes may be used to quote
  19. # characters.
  20.  
  21. # characters in ASCII range (00-127)
  22.  
  23. formula        0x06
  24. nobrkhyphen    0x1e
  25. opthyphen    0x1f
  26.  
  27. space        " "
  28. exclam        !
  29. quotedbl    '"'
  30. numbersign    #
  31. dollar        $
  32. percent        %
  33. ampersand    &
  34. quoteright    "'"
  35. parenleft    (
  36. parenright    )
  37. asterisk    *
  38. plus        +
  39. comma        ,
  40. hyphen        -
  41. period        .
  42. slash        /
  43. zero        0
  44. one        1
  45. two        2
  46. three        3
  47. four        4
  48. five        5
  49. six        6
  50. seven        7
  51. eight        8
  52. nine        9
  53. colon        :
  54. semicolon    ;
  55. less        <
  56. equal        =
  57. greater        >
  58. question    ?
  59. at        @
  60. A        A
  61. B        B
  62. C        C
  63. D        D
  64. E        E
  65. F        F
  66. G        G
  67. H        H
  68. I        I
  69. J        J
  70. K        K
  71. L        L
  72. M        M
  73. N        N
  74. O        O
  75. P        P
  76. Q        Q
  77. R        R
  78. S        S
  79. T        T
  80. U        U
  81. V        V
  82. W        W
  83. X        X
  84. Y        Y
  85. Z        Z
  86. bracketleft    [
  87. backslash    \
  88. bracketright    ]
  89. asciicircum    ^
  90. underscore    _
  91. quoteleft    "`"
  92. a        a
  93. b        b
  94. c        c
  95. d        d
  96. e        e
  97. f        f
  98. g        g
  99. h        h
  100. i        i
  101. j        j
  102. k        k
  103. l        l
  104. m        m
  105. n        n
  106. o        o
  107. p        p
  108. q        q
  109. r        r
  110. s        s
  111. t        t
  112. u        u
  113. v        v
  114. w        w
  115. x        x
  116. y        y
  117. z        z
  118. braceleft    {
  119. bar        |
  120. braceright    }
  121. asciitilde    ~
  122.  
  123. # non-ASCII characters (128-255)
  124.  
  125. nobrkspace    0xa0
  126. exclamdown    0xa1
  127. cent        0xa2
  128. sterling    0xa3
  129. currency    0xa4
  130. yen        0xa5
  131. brokenbar    0xa6
  132. section        0xa7
  133. dieresis    0xa8
  134. copyright    0xa9
  135. ordfeminine    0xaa
  136. guillemotleft    0xab
  137. logicalnot    0xac
  138. opthyphen    0xad
  139. registered    0xae
  140. macron        0xaf
  141. degree        0xb0
  142. plusminus    0xb1
  143. twosuperior    0xb2
  144. threesuperior    0xb3
  145. acute        0xb4
  146. mu        0xb5
  147. paragraph    0xb6
  148. periodcentered    0xb7
  149. cedilla        0xb8
  150. onesuperior    0xb9
  151. ordmasculine    0xba
  152. guillemotright    0xbb
  153. onequarter    0xbc
  154. onehalf        0xbd
  155. threequarters    0xbe
  156. questiondown    0xbf
  157. Agrave        0xc0
  158. Aacute        0xc1
  159. Acircumflex    0xc2
  160. Atilde        0xc3
  161. Adieresis    0xc4
  162. Aring        0xc5
  163. AE        0xc6
  164. Ccedilla    0xc7
  165. Egrave        0xc8
  166. Eacute        0xc9
  167. Ecircumflex    0xca
  168. Edieresis    0xcb
  169. Igrave        0xcc
  170. Iacute        0xcd
  171. Icircumflex    0xce
  172. Idieresis    0xcf
  173. Eth        0xd0
  174. Ntilde        0xd1
  175. Ograve        0xd2
  176. Oacute        0xd3
  177. Ocircumflex    0xd4
  178. Otilde        0xd5
  179. Odieresis    0xd6
  180. multiply    0xd7
  181. Oslash        0xd8
  182. Ugrave        0xd9
  183. Uacute        0xda
  184. Ucircumflex    0xdb
  185. Udieresis    0xdc
  186. Yacute        0xdd
  187. Thorn        0xde
  188. germandbls    0xdf
  189. agrave        0xe0
  190. aacute        0xe1
  191. acircumflex    0xe2
  192. atilde        0xe3
  193. adieresis    0xe4
  194. aring        0xe5
  195. ae        0xe6
  196. ccedilla    0xe7
  197. egrave        0xe8
  198. eacute        0xe9
  199. ecircumflex    0xea
  200. edieresis    0xeb
  201. igrave        0xec
  202. iacute        0xed
  203. icircumflex    0xee
  204. idieresis    0xef
  205. eth        0xf0
  206. ntilde        0xf1
  207. ograve        0xf2
  208. oacute        0xf3
  209. ocircumflex    0xf4
  210. otilde        0xf5
  211. odieresis    0xf6
  212. divide        0xf7
  213. oslash        0xf8
  214. ugrave        0xf9
  215. uacute        0xfa
  216. ucircumflex    0xfb
  217. udieresis    0xfc
  218. yacute        0xfd
  219. thorn        0xfe
  220. ydieresis    0xff
  221.